|
|
|
|
NextSubordinateCell Property, CellClass Class |
Returns the following adjacent cell if the current cell merges into that cell.
Syntax CellClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property NextSubordinateCell As CellClass
|
C# |
public CellClass NextSubordinateCell { get; } |
C++ |
public: property CellClass^ NextSubordinateCell { |
Property Value
The next subordinate cell or null/Nothing if no additional merged cells are owned by the same main cell.
Comments
The NextSubordinateCell property returns the following adjacent cell if the current cell merges into that cell.